home *** CD-ROM | disk | FTP | other *** search
- Rot13
-
- by James Blake
-
- DESCRIPTION
- ===========
-
- Rot13 is a little program to allow users to read rot13
- text. Rot13 is a simple translation code that is used
- on some internet newsgroups to disguise offensive jokes.
-
-
- USAGE
- =====
-
- rot13 takes a text file as input and rot13's it, and
- outputs to stdout. To save to a file redirect the
- output to a file.
-
- BACKGROUND
- ==========
-
- Rot13 is a simple cipher where the characters are rotated
- 13, ie "a" becomes "n", "b" becomes "o" etc... It is
- reversable ie "a" rot13'ed becomes "n" which rot13'ed is
- back to "a".
-
- LEGAL STUFF
- ===========
-
- This program is freeware. You can do with it what you
- want.
-
- This program is provided as-is. I take no responsibility
- for the usability or performance of this program.
-
- I also take no responsiblity for any offensive material
- that you are exposed to as a result of using this program.
-
-
- AUTHOR ETC
- ==========
-
- To contact the author email James Blake:
- jblake@freenet.vancouver.bc.ca
-
- This program may distributed freely. Included with
- this program is the source file in Amiga E.
-
- If you find this program useful please send me email.
- I enjoy the encouragement.